PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / PDFAnnotation Constructor / PDFAnnotation Constructor(PDFCosDictionary,boolean)
The COS annotation.
In This Topic
    PDFAnnotation Constructor(PDFCosDictionary,boolean)
    In This Topic
    Initializes a new PDFAnnotation object with the specified COS annotation.
    Syntax
    public PDFAnnotation( 
       PDFCosDictionary cosAnnotation,
       boolean initAppearance
    )

    Parameters

    cosAnnotation
    The COS annotation.
    initAppearance
    See Also